@charset 'utf-8';

/* author:ZJ; date:2021-05; */
.tip-box {
  padding: 10px 0;
  font-size: 14px;
  color: #999;
  background-color: #f5f5f5;
}
.tip-box .link {
  float: right;
}
.tip-box .link li {
  float: left;
  font-size: 0;
}
.tip-box .link li:after {
  content: '';
  display: inline-block;
  *display: inline;
  vertical-align: top;
  margin-top: 5px;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}
.tip-box .link li a {
  margin: 0 20px;
  font-size: 14px;
  vertical-align: top;
  color: #999;
}
.tip-box .link li a:hover {
  color: #3a6cb1;
}
.tip-box .link li:last-of-type:after {
  display: none;
}
.tip-box .link li:last-of-type a {
  margin-right: 0;
}
.top-box .area {
  height: 154px;
}
.top-box .logo {
  overflow: hidden;
  height: 100%;
  font-size: 0;
}
.top-box .logo:before {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.top-box .logo img {
  vertical-align: middle;
}
.top-box .contact {
  float: right;
  height: 100%;
  line-height: 0;
  font-size: 0;
}
.top-box .contact:before {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.top-box .contact > div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-left: 20px;
}
.top-box .contact .wechat {
  height: 100%;
}
.top-box .contact .wechat:before {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.top-box .contact .wechat h4 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 1em;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  color: #666;
}
.top-box .contact .wechat img {
  vertical-align: middle;
  max-width: none;
  max-height: 118px;
  border: 1px solid #eee;
}
.top-box .contact .tel {
  margin-top: 10px;
  padding-left: 64px;
  min-height: 50px;
  line-height: 1;
  background: url(../images/ico-tel.png) 0 center no-repeat;
}
.top-box .contact .tel h4 {
  padding-top: 2px;
  font-size: 18px;
  font-weight: normal;
}
.top-box .contact .tel p {
  margin-top: 6px;
  font-size: 24px;
  font-weight: bold;
}
.nav-box {
  position: relative;
  z-index: 10;
  background-color: #3a6cb1;
}
.m-nav a {
  transition: color 0.2s, background-color 0.2s;
}
.m-nav .fir-ul {
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-nav .fir-ul .fir-li {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 12.5%;
}
.m-nav .fir-ul .u-a {
  display: block;
  padding: 0 12px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
}
.m-nav .fir-ul .current .u-a,
.m-nav .fir-ul .hover .u-a {
  background-color: #ef841a;
}
.m-nav .sec-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.m-nav .sec-ul {
  background-color: rgba(58, 108, 177, 0.95);
}
.m-nav .sec-ul a {
  display: block;
  padding: 12px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}
.m-nav .sec-ul a:hover {
  background-color: #ef841a;
}
.m-nav .nav-y .sec-box {
  display: none;
}
.m-focus {
  position: relative;
  zoom: 1;
  overflow: hidden;
  width: 100%;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-focus a {
  transition: none;
}
.m-focus .switchable-box {
  position: relative;
  zoom: 1;
  overflow: hidden;
  width: 100%;
}
.m-focus .switchable-content {
  transition: height 0.3s;
}
.m-focus .switchable-content li {
  width: 100%;
}
.m-focus .switchable-content li img {
  max-width: none;
  visibility: hidden;
}
.m-focus .switchable-content li a {
  display: block;
}
.m-focus .switchable-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  line-height: 0;
  font-size: 0;
}
.m-focus .switchable-nav ol {
  height: 0;
}
.m-focus .switchable-nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 8px;
  padding-top: 13px;
  width: 13px;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  border-radius: 6.5px;
  transition: width 0.3s, background-color 0.3s;
}
.m-focus .switchable-nav li.active {
  background-color: #3687ea;
}
.m-search {
  padding: 20px 0 16px;
  border-bottom: 1px solid #eee;
}
.m-search > .area {
  line-height: 0;
  font-size: 0;
  text-align: justify;
}
.m-search > .area:after {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 100%;
}
.m-search .form {
  display: none;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 44px;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
  background: #f5f5f5;
  border-radius: 22px;
}
.m-search .form input {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 100%;
  border: 0 none;
  background: none;
}
.m-search .form .u-text {
  padding-left: 20px;
  width: 294px;
  font-size: 14px;
}
.m-search .form .u-btn {
  width: 60px;
  background: url(../images/ico-search.png) center no-repeat;
  cursor: pointer;
}
.m-search .hot {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  padding-top: 8px;
  width: 806px;
  line-height: 24px;
  font-size: 15px;
}
.m-search .hot h4 {
  display: inline;
  font-weight: normal;
  color: #3a6cb1;
}
.m-search .hot a {
  color: #666;
}
.m-search .hot a:hover {
  color: #3a6cb1;
}
.m-search.center {
  padding: 44px 0;
  text-align: center;
}
.m-title {
  line-height: 1;
  text-align: center;
}
.m-title h2 {
  font-size: 40px;
}
.m-title h2:after {
  content: '';
  display: block;
  margin: 18px auto 0;
  width: 92px;
  height: 3px;
  background-color: #eee;
}
.m-title h2 span {
  color: #3a6cb1;
}
.m-title p {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}
.m-product {
  padding: 65px 0 85px;
}
.m-menu {
  margin-top: 30px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-menu ul,
.m-menu li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-align: left;
}
.m-menu a {
  display: block;
  margin: 0 5px;
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 20px;
  color: #666;
  background-color: #f5f5f5;
  transition: color 0.2s, background-color 0.2s;
}
.m-menu a:hover,
.m-menu li.on a {
  color: #fff;
  background-color: #3a6cb1;
}
.m-product .tabCon {
  margin-top: 35px;
}
.proList {
  display: none;
  width: 1200px;
  overflow: hidden;
}
.proList ul {
  margin: -30px 0 0 -30px;
}
.proList li {
  float: left;
  margin: 30px 0 0 30px;
  width: 380px;
}
.proList .u-box {
  display: block;
  color: #666;
}
.proList .u-img {
  position: relative;
  zoom: 1;
  height: 284px;
  border: 1px solid #eee;
}
.proList .u-img:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
.proList .u-name {
  position: relative;
  zoom: 1;
  padding: 0 58px 0 20px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  background-color: #f5f5f5;
  transition: background-color 0.2s;
}
.proList .u-name span{
color:#ef841a;
}
.proList .u-name:before,
.proList .u-name:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  width: 18px;
  height: 15px;
  background: url(../images/arrow-product.png);
  transition: opacity 0.3s, transform 0.3s;
}
.proList .u-name:after {
  background-position: -28px 0;
  opacity: 0;
  transform: translateX(-20px);
}
.proList .u-box:hover {
  color: #fff;
}
.proList .u-box:hover .u-img:before {
  opacity: 0.5;
}
.proList .u-box:hover .u-name {
  background-color: #3a6cb1;
}
.proList .u-box:hover .u-name:before {
  transform: translateX(20px);
  opacity: 0;
}
.proList .u-box:hover .u-name:after {
  transform: none;
  opacity: 1;
}
.m-advantage {
  padding-top: 65px;
  background-color: #f5f5f5;
}
.m-advantage > .wrap {
  position: relative;
  zoom: 1;
  margin-top: 32px;
  padding: 46px 0;
}
.m-advantage .imgBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
}
.m-advantage .imgBox .u-img {
  width: 100%;
  height: 100%;
}
.m-advantage .imgBox .jqthumb > div {
  background-position: 100% 50% !important;
}
.m-advantage .tabBox {
  position: relative;
  margin-left: 50%;
  width: 50%;
  background-color: #fff;
}
.m-advantage .tabTitle {
  float: left;
  margin-left: -130px;
  width: 130px;
}
.m-advantage .tabTitle li {
  position: relative;
  zoom: 1;
  padding: 16px 15px 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #3a6cb1;
  cursor: pointer;
}
.m-advantage .tabTitle li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #50bf33;
}
.m-advantage .tabTitle li:first-of-type:before {
  display: none;
}
.m-advantage .tabTitle li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #3a6cb1;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.m-advantage .tabTitle li.on:after {
  transform: none;
}
.m-advantage .tabTitle .ico {
  display: block;
  height: 40px;
  line-height: 0;
  font-size: 0;
  opacity: 0.5;
}
.m-advantage .tabTitle .ico:before {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.m-advantage .tabTitle .ico img {
  vertical-align: middle;
  max-height: 100%;
}
.m-advantage .tabTitle .name {
  margin-top: 6px;
  font-size: 20px;
}
.m-advantage .tabTitle .num {
  display: block;
  margin-top: 12px;
  font-size: 20px;
  font-family: Arial;
  opacity: 0.5;
}
.m-advantage .tabTitle .num:before,
.m-advantage .tabTitle .num:after {
  content: '-';
  margin: 0 0.25em;
}
.m-advantage .conBox {
  display: none;
  width: 540px;
  padding: 60px 0 60px 60px;
  line-height: 28px;
  font-size: 15px;
  color: #666;
}
.m-advantage .conBox > p {
  zoom: 1;
  margin-top: 16px;
  padding-left: 26px;
  min-height: 28px;
}
.m-advantage .conBox > p:before {
  content: '';
  float: left;
  margin: 8.5px 0 0 -20px;
  width: 9px;
  height: 9px;
  border: 1px solid #3a6cb1;
  border-radius: 50%;
}
.m-advantage .conBox > p:after {
  content: '.';
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}
.m-advantage .conBox > p:first-of-type {
  margin-top: 0;
}
.m-advantage .conBox .title {
  margin-bottom: 40px;
}
.m-advantage .conBox .title h4 {
  line-height: 40px;
  font-size: 30px;
  color: #333;
}
.m-advantage .conBox .title p {
  padding-left: 6px;
  line-height: 20px;
  font-size: 12px;
  font-family: Arial, 'Microsoft YaHei';
  color: #999;
}
.m-advantage .conBox .title:after {
  content: '';
  display: block;
  margin: 30px 0 0 6px;
  width: 60px;
  height: 2px;
  background-color: #3a6cb1;
}
.m-advantage .conBox .btn {
  display: none;
  margin-top: 46px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: #3a6cb1;
  border-radius: 20px;
}
.m-case {
  padding: 65px 0 85px;
}
.caseList {
  position: relative;
  zoom: 1;
  margin-top: 40px;
}
.caseList li {
  float: left;
  margin-right: 30px;
  padding-bottom: 24px;
  width: 380px;
  text-align: center;
  background-color: #f5f5f5;
}
.caseList .u-img {
  display: block;
  height: 282px;
  overflow: hidden;
}
.caseList .u-img > .jqthumb {
  transition: transform 0.3s;
}
.caseList .u-img:hover > .jqthumb {
  transform: scale(1.1);
}
.caseList .u-name {
  margin: 22px 20px 0;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.caseList .u-btn {
  display: block;
  margin: 14px auto 0;
  width: 130px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 15px;
  color: #fff;
  background-color: #3a6cb1;
  border-radius: 20px;
}
.caseList .btnBox > a {
  position: absolute;
  top: 50%;
  margin-top: -62px;
  width: 32px;
  height: 72px;
  background: url(../images/arrow-scroll.png) no-repeat;
  opacity: 0.2;
}
.caseList .btnBox > a.prevBtn {
  left: -70px;
  background-position: 0 0;
}
.caseList .btnBox > a.nextBtn {
  right: -70px;
  background-position: -42px 0;
}
.m-service {
  position: relative;
  zoom: 1;
  padding: 65px 0 0;
  overflow: hidden;
  background-color: #f5f5f5;
}
.m-service .imgBox {
  position: absolute;
  top: 0;
  bottom: 400px;
  left: 0;
  right: 0;
}
.m-service .imgBox .u-img {
  width: 100%;
  height: 100%;
}
.m-service > .area {
  position: relative;
  z-index: 10;
}
.serviceList {
  margin-top: 40px;
  overflow: hidden;
}
.serviceList  ul{
    display: flex;

    flex-wrap: wrap;
}
.serviceList li {
width: 33.33333%;
}
.serviceList .ico {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: url(../images/ico-service.png) no-repeat;
  transition: background-image 0.2s;
}
.serviceList li:nth-of-type(1) .ico {
  background-position: 0 0;
}
.serviceList li:nth-of-type(2) .ico {
  background-position: 0 -80px;
}
.serviceList li:nth-of-type(3) .ico {
  background-position: 0 -160px;
}
.serviceList li:nth-of-type(4) .ico {
  background-position: 0 -240px;
}
.serviceList li:nth-of-type(5) .ico {
  background-position: 0 -320px;
}
.serviceList li:nth-of-type(6) .ico {
  background-position: 0 -400px;
}
.serviceList .u-box {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  transition: color 0.2s, background-color 0.2s;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.serviceList li:nth-of-type(-n + 3) .u-box {
  border-top: none;
}
.serviceList li:nth-of-type(3n + 1) .u-box {
  border-left: none;
}
.serviceList .u-name {
  margin-top: 12px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 26px;
display:none;
}
.serviceList .u-con {
  margin-top: 26px;
  height: 84px;
  line-height: 28px;
  overflow: hidden;
  font-size: 15px;
  color: #666;
  transition: color 0.2s;
display:none;
}
.serviceList .u-box:hover {
  color: #fff;
  background-color: #3a6cb1;
}
.serviceList .u-box:hover .ico {
  background-image: url(../images/ico-service-hover.png);
}
.serviceList .u-box:hover .u-con {
  color: #c1ffcd;
}
.m-about {
  padding: 65px 0;
  background-color: #f5f5f5;
}
.m-about .conBox {
  margin-top: 40px;
}
.m-about .conBox .u-img {
  float: left;
  margin-right: 40px;
  max-width: 600px;
}
.m-about .conBox .u-img img {
  width: auto;
  height: auto;
}
.m-about .conBox .u-con {
  overflow: hidden;
}
.m-about .conBox .name {
  line-height: 56px;
  font-size: 30px;
  color: #3a6cb1;
}
.m-about .conBox .content {
  margin-top: 12px;
  line-height: 30px;
  font-size: 15px;
  color: #666;
}
.m-about .conBox .content a {
  color: #3a6cb1;
}
.m-about .conBox .menu {
  margin-top: 40px;
  padding: 20px 0;
  line-height: 0;
  font-size: 0;
  text-align: center;
  border: 1px solid #d8d8d8;
}
.m-about .conBox .menu li {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 33.333334%;
}
.m-about .conBox .menu li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #d8d8d8;
}
.m-about .conBox .menu li:first-of-type:before {
  display: none;
}
.m-about .conBox .menu a {
  display: block;
  margin: 0 20px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}
.m-about .conBox .menu a:before {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.m-about .conBox .menu a:hover {
  color: #3a6cb1;
}
.m-about .conBox .menu img {
  margin-right: 10px;
  vertical-align: middle;
}
.m-about .listBox {
  margin-top: 30px;
}
.m-about .listBox li {
  float: left;
  margin: 30px 0 0 30px;
  background-color: #fff;
}
.m-about .listBox li:nth-of-type(-n + 3) {
  margin-top: 0;
}
.m-about .listBox li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.m-about .listBox .u-img {
  height: 282px;
  overflow: hidden;
}
.m-about .listBox .u-name {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.m-news {
  padding: 65px 0 90px;
}
.m-news .tabCon {
  margin-top: 50px;
  overflow: hidden;
}
.newsList {
  display: none;
  width: 1200px;
}
.newsList li {
  float: left;
  margin: 70px 0 0 80px;
  width: 560px;
}
.newsList li:nth-of-type(-n + 2) {
  margin-top: 0;
}
.newsList li:nth-of-type(2n + 1) {
  margin-left: 0;
}
.newsList a:hover {
  color: #3a6cb1;
}
.newsList .u-date {
  float: left;
  margin-right: 20px;
  padding: 10px 0 5px;
  width: 80px;
  line-height: 1;
  color: #565656;
  border-right: 1px solid #eee;
}
.newsList .u-date .DD {
  font-size: 47px;
  font-weight: bold;
}
.newsList .u-date .YYMM {
  margin-top: 5px;
  font-size: 14px;
}
.newsList .u-name {
  padding-top: 6px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
}
.newsList .u-con {
  margin-top: 10px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #7c7c7c;
}
.m-links {
  background-color: #f5f5f5;
}
.m-links > .area {
  position: relative;
  zoom: 1;
}
.m-links .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 22px;
  width: 102px;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background-color: #3a6cb1;
}
.m-links .title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.m-links .list {
  margin-left: 124px;
  padding: 20px;
  line-height: 0;
  font-size: 0;
}
.m-links .list li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 1.75em;
  line-height: 20px;
  font-size: 16px;
}
.m-links .list a:hover {
  color: #3a6cb1;
}
.m-footer {
  padding: 40px 0;
  font-size: 14px;
  color: #fff;
  background-color: #3a6cb1;
}
.m-footer a {
  color: #f5f5f5;
}
.m-footer a:hover {
  color: #3a6cb1;
}
.footer-wechat {
  float: right;
  margin-left: 60px;
  padding: 10px 0;
}
.footer-wechat img {
  max-width: 165px;
}
.footer-wechat p{
text-align:center;
}
.footer-nav {
  overflow: hidden;
}
.footer-nav .nav {
  float: left;
}
.footer-nav .nav dl {
  float: left;
  margin-right: 60px;
}
.footer-nav .nav dt {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 16px;
}
.footer-nav .nav dt a {
  color: #fff;
}
.footer-nav .nav dt a:hover {
  color: #3a6cb1;
}
.footer-nav .nav dd {
  padding: 5px 0;
  font-size: 14px;
}
.footer-nav .contact {
  overflow: hidden;
}
.footer-nav .contact h2 {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.footer-nav .contact h2 a {
  color: #fff;
}
.footer-nav .contact h2 a:hover {
  color: #3a6cb1;
}
.footer-nav .contact p {
  padding: 5px 0;
}
.m-copyright {
  padding: 12px 0;
  font-size: 14px;
  color: #8e8e8e;
  background-color: #252525;
}
.m-copyright .area{
    display: flex;
    align-items: center;
}
.m-copyright a {
  color: #8e8e8e;
}
.m-copyright a:hover {
  color: #3a6cb1;
}
.m-sub {
  padding: 50px 0 70px;
}
.left-column {
  width: 270px;
}
.left-column .title {
  padding: 20px;
  line-height: 28px;
  font-size: 22px;
  color: #fff;
  background-color: #ef841a;
}
.left-column .title:before {
  content: '';
  float: right;
  margin-left: 20px;
  width: 28px;
  height: 28px;
  background: url(../images/ico-menu.png) center no-repeat;
}
.left-column .title h2 {
  overflow: hidden;
}
.sub-menu .list {
  border: 1px solid #eee;
}
.sub-menu .list h4 {
  border-top: 1px solid #eee;
}
.sub-menu .list h4.first {
  border-top: none;
}
.sub-menu .list h4 > a {
  position: relative;
  zoom: 1;
  display: block;
  padding: 0 58px 0 20px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  color: #666;
  transition: color 0.2s, background-color 0.2s;
}
.sub-menu .list h4 > a:before,
.sub-menu .list h4 > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  width: 18px;
  height: 15px;
  background: url(../images/arrow-product.png);
  transition: opacity 0.3s, transform 0.3s;
}
.sub-menu .list h4 > a:after {
  background-position: -28px 0;
  opacity: 0;
  transform: translateX(-20px);
}
.sub-menu .list h4.current > a {
  color: #fff;
  background-color: #3a6cb1;
}
.sub-menu .list h4.current > a:before {
  transform: translateX(20px);
  opacity: 0;
}
.sub-menu .list h4.current > a:after {
  transform: none;
  opacity: 1;
}
.sub-menu .list ul {
  display: none;
  padding: 12px 0;
}
.sub-menu .list li > a {
  display: block;
  padding: 0 20px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
}
.sub-menu .list li > a:hover {
  color: #3a6cb1;
}
.sub-contact {
  margin-top: 50px;
}
.sub-contact .content {
  padding: 16px 20px 24px;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  background-color: #f5f5f5;
}
.right-column {
  width: 890px;
}
.sub-title {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background: url(../images/bg-title.png) center repeat-x;
}
.sub-title h2 {
  float: left;
  padding: 0 20px;
  font-size: 18px;
  font-weight: normal;
}
.sub-title:before {
  content: '';
  float: left;
  width: 50px;
  height: 50px;
  background: #3a6cb1 url(../images/ico-menu.png) center no-repeat;
}
.m-current {
  overflow: hidden;
  padding-right: 10px;
  font-size: 14px;
  text-align: right;
  color: #7b7b7b;
}
.m-current a {
  color: #7b7b7b;
}
.m-current a:hover {
  color: #3a6cb1;
}
.sub-product {
  margin-top: 20px;
}
.sub-product li {
  float: left;
  margin: 22px 0 0 22px;
  width: 282px;
}
.sub-product li:nth-of-type(-n + 3) {
  margin-top: 0;
}
.sub-product li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.sub-product .u-box {
  display: block;
}
.sub-product .u-img {
  position: relative;
  zoom: 1;
  height: 212px;
  overflow: hidden;
  border: 1px solid #eee;
}
.sub-product .u-img:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
.sub-product .u-name {
  padding: 0 10px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #666;
  background-color: #f5f5f5;
  transition: color 0.2s, background-color 0.2s;
}
.sub-product .u-box:hover .u-img:before {
  opacity: 0.5;
}
.sub-product .u-box:hover .u-name {
  color: #fff;
  background-color: #3a6cb1;
}
.sub-news {
  margin-top: 30px;
}
.sub-news li {
  margin-top: 30px;
  zoom: 1;
}
.sub-news li:first-of-type {
  margin-top: 0;
}
.sub-news li:after {
  content: '.';
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}
.sub-news a:hover {
  color: #3a6cb1;
}
.sub-news .u-date {
  float: left;
  margin-right: 20px;
  padding: 10px 0 5px;
  width: 80px;
  line-height: 1;
  color: #565656;
  border-right: 1px solid #eee;
}
.sub-news .u-date .DD {
  font-size: 47px;
  font-weight: bold;
}
.sub-news .u-date .YYMM {
  margin-top: 5px;
  font-size: 14px;
}
.sub-news .u-name {
  padding-top: 6px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
}
.sub-news .u-con {
  margin-top: 10px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #7c7c7c;
}

/******************** sub-content ********************/
.sub-content {
  margin-top: 44px;
  line-height: 30px;
  font-size: 14px;
  color: #7c7c7c;
}
.sub-content .f-fl {
  width: auto;
  margin: 0 0 10px 10px;
}
.sub-content h1 {
  margin-bottom: 20px;
  padding: 10px 0;
  line-height: 36px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.sub-content a:hover {
  color: #3a6cb1;
}
.sub-content #platform img {
  max-width: none;
}
.sub-detail {
  margin-top: 24px;
}
.sub-detail .detail-title {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.sub-detail .detail-title h1 {
  line-height: 1.5;
  font-size: 24px;
  text-align: center;
}
.sub-detail .detail-title p {
  margin-top: 14px;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  color: #999;
}
.sub-detail .detail-img {
  margin-top: 30px;
  text-align: center;
}
.sub-detail .detail-con {
  padding: 24px 0;
  line-height: 30px;
  font-size: 14px;
  color: #7c7c7c;
}
.sub-message {
  margin-top: 44px;
}
.sub-message .m-textimg {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 14px;
}
.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}
.sub-message i {
  display: inline-block;
  padding-right: 5px;
  font-style: normal;
  color: #f00;
  *display: inline;
  *zoom: 1;
}
.sub-message .m-tage {
  padding: 5px 0;
}
.sub-message .m-form {
  margin-bottom: 20px;
  padding: 10px;
}
.sub-message table {
  width: 100%;
}
.sub-message .m-form table td {
  padding: 7px 0;
}
.sub-message label {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: top;
}
.sub-message .m-form .td-textarea {
  width: 60%;
  vertical-align: middle;
}
.sub-message .m-form .td-textarea label {
  float: left;
}
.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  line-height: 20px;
  padding: 5px;
  vertical-align: middle;
}
.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}
.sub-message .m-submit label {
  height: 27px;
  line-height: 27px;
}
.sub-message .m-submit input {
  width: 80px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding-left: 5px;
  vertical-align: top;
  cursor: auto;
}
.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
  height: 27px;
}
.sub-message .m-submit .btn {
  width: 80px;
  height: 27px;
  line-height: 27px;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  font-family: 'microsoft yahei';
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  font-family: 'microsoft yahei';
  border: 1px solid #ddd;
  background-color: #fff;
}
.sub-message .m-form {
  border: 1px solid #e9e9e9;
  background: -color#fcfcfc;
}
.sub-message .m-submit .btn {
  color: #fff;
  background-color: #3a6cb1;
}
.sub-search {
  padding: 40px 0;
  line-height: 1.5;
  font-size: 16px;
  color: #666;
}
.sub-search h2 {
  font-size: 20px;
  font-weight: normal;
}
.sub-search h3 {
  font-size: 30px;
  font-weight: normal;
  color: #333;
}
#Address{
width: 60%;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
    border: 1px solid #ddd;
}